LegendToggle Property (FlexChartCore<T>)
In This Topic
Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.
Syntax
'Declaration
Public Property LegendToggle As System.Boolean
'Usage
Dim instance As FlexChartCore(Of T)
Dim value As System.Boolean
instance.LegendToggle = value
value = instance.LegendToggle
public System.bool LegendToggle {get; set;}
public read-write property LegendToggle: System.Boolean;
public function get,set LegendToggle : System.boolean
public: __property System.bool get_LegendToggle();
public: __property void set_LegendToggle(
System.bool value
);
public:
property System.bool LegendToggle {
System.bool get();
void set ( System.bool value);
}
See Also